records
Medical causes of death in New Caledonia
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"causes_medicales_deces_nc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/causes_medicales_deces_nc"
}
] - "definitions":{
- "causes_medicales_deces_nc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/causes_medicales_deces_nc_records"
}
}
} - "records":
} - "properties":
- "causes_medicales_deces_nc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "row_number":,{
- "type":"integer",
- "title":"row_number",
- "description":""
} - "annee_deces":,{
- "type":"string",
- "format":"date",
- "title":"Death year",
- "description":""
} - "sexe":,{
- "type":"string",
- "title":"Sex",
- "description":""
} - "classe_age":,{
- "type":"string",
- "title":"Age_class",
- "description":""
} - "cause_initiale":,{
- "type":"string",
- "title":"Original_cause",
- "description":""
} - "cause_initiale_classe":,{
- "type":"string",
- "title":"Original_cause: class",
- "description":""
} - "cause_initiale_bloc":,{
- "type":"string",
- "title":"Original_cause: block",
- "description":""
} - "cause_initiale_chapitre":{
- "type":"string",
- "title":"Original_cause: chapter",
- "description":""
}
} - "row_number":
}
} - "fields":
} - "properties":
} - "causes_medicales_deces_nc":
}